home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / xaes_new.lzh / WINDOW.C < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-05  |  154 b   |  9 lines

  1. #include "xaes.h"
  2. #include "window.rsh"
  3.  
  4. GLOBAL OBJECT *WINDTREE = rs_object;
  5.  
  6. GLOBAL void WInitCustomWindow(void)
  7. {
  8.     WObjFixPosition(WINDTREE);
  9. }